Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1DelegateList<T> Class
Members

In This Topic
    C1DelegateList<T> Class
    In This Topic
    Exposes an IList created dynamically by specifying a count and a selector which provide the items
    Syntax
    'Declaration
     
    
    Public Class C1DelegateList(Of T) 
    public class C1DelegateList<T> 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.DataCollection.C1DelegateList<T>

    See Also